home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15753 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  787 b 

  1. Path: ns2.emirates.net.ae!usenet
  2. From: Jim Roberts <roberts@emirates.net.ae>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Did I Miss Something?
  5. Date: 7 Apr 1996 18:09:59 GMT
  6. Organization: ETISALAT Emirates Internet
  7. Message-ID: <4k90dn$be5@ns2.emirates.net.ae>
  8. References: <N.040396.105136.51@ix.netcom.com>
  9. NNTP-Posting-Host: csa013.emirates.net.ae
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1 (Windows; I; 16bit)
  14.  
  15. I'm not sure, but...
  16.  
  17.  
  18. "small box " is a string literal.  If it is in your source, 
  19. then it must occupy space somewhere.  It must have an address.
  20.  
  21. All the constructor does is cause the 'line_of_text' member to 
  22. point to this string.  NO NEW MEMORY is allocated.
  23.  
  24. Hope this helps.  (Hpoe its right!)
  25.  
  26.  
  27. Jim.
  28.  
  29.